home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
util
/
libs
/
queue.lzh
/
queue
/
queue.fd
< prev
next >
Wrap
Text File
|
1995-10-12
|
403b
|
20 lines
##base _QueueBase
##bias 30
*
* queue.fd --- queue library interface.
*
* (c) Copyright 1995 SHW Wabnitz
* Written by Bernhard Fastenrath (fasten@shw.com)
*
* This file may be distributed under the terms
* of the GNU General Public License.
*
QOpen(name,mode,sigbit)(a0,d0,d1)
QClose(qh)(a0)
QAddMsg(qh,msg)(a0,a1)
QRemMsg(qh,msg)(a0,a1)
QGetMsg(qh)(a0)
QReplyMsg(qh)(a0)
QFlush(qh)(a0)
##end